lib: Reexport libc::AT_FDCWD
authorColin Walters <walters@verbum.org>
Thu, 9 Sep 2021 15:52:21 +0000 (11:52 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000 (12:53 -0400)
commit7b47de7a1485a76afe463e71c24fa8b06e7bc8e5
tree81a084f50383e9886f3e5770151ade4a2319a88f
parent2bfbfe3c6f69182eb0dd4a0416be35529194f2c4
lib: Reexport libc::AT_FDCWD

Useful with `Repo::open_at()`.

Right now ostree-rs-ext pulls in libc for this and `fgetxattr`,
but the latter should go into nix.
rust-bindings/rust/src/lib.rs